Piohost Domain and Web Hosting React Next js Template.
Requirements
There are system requirements in order to install and
setup Piohost template and its components properly.
Make sure that you are installed
node.js and Yarn.
After purchasing Piohost template on themeforest.net
with your Envato account, go to your Download page. You
can choose to download Piohost template package which
contains the following files:
The contents of the template package downloaded from
ThemeForest
Piohost - An React Next js Template
file. this file you can edit and use for your
business.
Documentation - This folder
contains what you are reading now :)
React Installation
Please follow the instructions in the video to see how
you can install react on your hosting:
For local host -
Open you command prompt
npm install or npm install --legacy-peer-deps
npm run dev (will start the dev server at
http://loaclhost:3000)
For locally build -
Open you command prompt
Open package.json file and edit scripts > build
replace this "build": "next build && next
export",
yarn build (will build locally and generate out
folder in root directory)
yarn start (will start the locally build server
at http://loaclhost:3000)